home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000353_news@columbia.edu_Mon Dec 5 15:45:05 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA06253
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 5 Dec 1994 10:45:17 -0500
  3. Received: by apakabar.cc.columbia.edu id AA22488
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 5 Dec 1994 10:45:14 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Lockup problem
  9. Date: 5 Dec 1994 15:45:05 GMT
  10. Organization: Columbia University
  11. Lines: 35
  12. Message-Id: <3bvci1$lu8@apakabar.cc.columbia.edu>
  13. References: <3bsjb2$1e1@news-2.csn.net>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3bsjb2$1e1@news-2.csn.net>, Gary Fritz <gfritz@csn.net> wrote:
  18. >I just downloaded the latest/greatest Kermit (binaries for HP-UX/700)
  19. >from kermit.columbia.edu, but it still has the same problem my old
  20. >kermit did:  it locks up.
  21. >
  22. >I recently tried to get Kermit running on my system.  At first it worked,
  23. >though not at all well, and it caused some strange problems with accessing
  24. >the modem line (sorry, though, I can't remember the specifics).  Then
  25. >it started locking up as soon as it tried to access the modem.  If I
  26. >started it with "kermit -l /dev/cul01" it would lock; if I started it
  27. >with "kermit" it would give me a prompt until  I said "set line /dev/cul01".
  28. >It never unhangs until I hit ^C.
  29. >
  30. >I cleared the /usr/lib/uucp locks on the line, but that's not the problem.
  31. >What else would cause Kermit to lock?
  32. >
  33. Did you read the HP-UX section of ckuker.bwr?  Quoting:
  34.  
  35. Before you can use serial ports on the HP-9000, you must configure them as
  36. either "terminals" or "modems" with SAM ("peripheral devices"..."terminals and
  37. modems"), as described in the HP manual, "Configuring HP-UX for Peripherals:
  38. HP 9000".  If you attempt to use a serial device before it has been configured
  39. this way, it will not work properly; typical symptoms are (a) no communication
  40. at all; (b) nonfunctional modem signals; and/or (c) massive amounts of
  41. character loss in both directions.
  42.  
  43. (end quote)
  44.  
  45. Other things to watch out for: bidirectional ttys (see earlier posting about
  46. this), improperly configured modem (DSR or CTS signals missing, for example),
  47. or perhaps commands in your .kermrc that might cause the open() to hang:
  48. "set carrier on nnn", "set flow rts/cts" (when CTS is not being asserted),
  49. etc.
  50.  
  51. - Frank